home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / daemons / init / sysvinit.000 / sysvinit / sysvinit-2.64 / paths.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-02  |  1.6 KB  |  34 lines

  1. /*
  2.  * paths.h    Paths of files that init and related utilities need.
  3.  *
  4.  * Version:    @(#) paths.h 1.71 28-Dec-1995
  5.  *
  6.  * Author:    Miquel van Smoorenburg, <miquels@drinkel.cistron.nl>
  7.  *
  8.  *        This file is part of the sysvinit suite,
  9.  *        Copyright 1991-1995 Miquel van Smoorenburg.
  10.  *
  11.  *        This program is free software; you can redistribute it and/or
  12.  *        modify it under the terms of the GNU General Public License
  13.  *        as published by the Free Software Foundation; either version
  14.  *        2 of the License, or (at your option) any later version.
  15.  */
  16. #define INITLVL        "/etc/initrunlvl"    /* COMPAT: New runlevel for init */
  17. #define PWRSTAT        "/etc/powerstatus"    /* COMPAT: SIGPWR reason (OK/BAD) */
  18. #define VT_MASTER    "/dev/tty0"        /* Virtual console master */
  19. #define CONSOLE        "/dev/console"        /* Logical system console */
  20. #define SECURETTY    "/etc/securetty"    /* List of root terminals */
  21. #define SDALLOW        "/etc/shutdown.allow"    /* Users allowed to shutdown */
  22. #define INITTAB        "/etc/inittab"        /* Location of inittab */
  23. #define INIT        "/sbin/init"        /* Location of init itself. */
  24. #define NOLOGIN        "/etc/nologin"        /* Stop user logging in. */
  25. #define FASTBOOT    "/fastboot"        /* Enable fast boot. */
  26. #define SDPID        "/var/run/shutdown.pid"    /* PID of shutdown program */
  27. #define IOSAVE        "/etc/ioctl.save"    /* termios settings for SU */
  28. #define SHELL        "/bin/sh"        /* Default shell */
  29. #define INITSCRIPT    "/etc/initscript"    /* Initscript. */
  30. #define HALTSCRIPT1    "/etc/init.d/halt"    /* Called by "fast" shutdown */
  31. #define HALTSCRIPT2    "/etc/rc.d/rc.0"    /* Called by "fast" shutdown */
  32. #define REBOOTSCRIPT1    "/etc/init.d/reboot"    /* Ditto. */
  33. #define REBOOTSCRIPT2    "/etc/rc.d/rc.6"    /* Ditto. */
  34.